//--------------------------------------------------- // Purpose: Program to simulate bank deposits and withdrawals // Author: John Gauch //--------------------------------------------------- #include #include using namespace std; int main() { // Local variable declarations // Print command prompt // Read and handle banking command return 0; }